home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / maps / credits.scr < prev   
Encoding:
Text File  |  2002-10-24  |  750 b   |  34 lines

  1. start:
  2.  
  3. level waittill prespawn
  4.  
  5.     drawhud 0
  6.  
  7. level waittill spawn
  8.  
  9.     freezeplayer
  10.  
  11.     //*** launch the credits setup thread first
  12.     waitthread global/credits.scr::credits_setup
  13.  
  14.     //*** this bsp is for viewing the credits while in the menu, play the berlin music
  15.     $player playsound credits1 wait
  16.  
  17.     //*** this script file contains all the data to display on the screen
  18.     waitthread global/credits_data.scr::credits_start
  19.  
  20.     $player waittill sounddone
  21.  
  22.     //*** loop the sound again
  23.     $player playsound credits1 wait
  24.     $player waittill sounddone
  25.  
  26.     //*** loop the sound again
  27.     $player playsound credits1 wait
  28.     $player waittill sounddone
  29.  
  30.     //*** loop the sound again
  31.     $player playsound credits1 wait
  32.     $player waittill sounddone
  33.  
  34. end